Version

Remove Method (PageBreakCollection<T>)

Removes the specified page break from the Worksheet.
Syntax
public bool Remove( 
   T pageBreak
)

Parameters

pageBreak
The page break which should be removed.

Return Value

True if the page break was contained on the Worksheet before removal; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when pageBreak is null.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also